home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / BestOf / TweakALL / tweakall3fullsetup.exe / {app} / TweakAll3.exe / 0 / RCDATA / TFRMHEADERSETUP / TFRMHEADERSETUP.txt
Text File  |  2002-11-24  |  5KB  |  215 lines

  1. object frmHeaderSetup: TfrmHeaderSetup
  2.   Left = 367
  3.   Top = 290
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize Columns'
  7.   ClientHeight = 204
  8.   ClientWidth = 497
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pnlSections: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 497
  24.     Height = 204
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object lblAvailable: TElLabel
  29.       Left = 8
  30.       Top = 9
  31.       Width = 89
  32.       Height = 13
  33.       Caption = 'A&vailable Columns:'
  34.       FocusControl = lbxAvailable
  35.     end
  36.     object lblVisible: TElLabel
  37.       Left = 250
  38.       Top = 9
  39.       Width = 80
  40.       Height = 13
  41.       Caption = '&Current Columns:'
  42.       FocusControl = lbxVisible
  43.     end
  44.     object lbxAvailable: TElListBox
  45.       Left = 6
  46.       Top = 24
  47.       Width = 151
  48.       Height = 172
  49.       AllowGrayed = False
  50.       ItemHeight = 13
  51.       ItemIndex = -1
  52.       TopIndex = 0
  53.       ActiveBorderType = fbtFlat
  54.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  55.       Flat = True
  56.       HorizontalScroll = False
  57.       LineBorderActiveColor = clBlack
  58.       LineBorderInactiveColor = clBlack
  59.       SelectedFont.Charset = DEFAULT_CHARSET
  60.       SelectedFont.Color = clHighlightText
  61.       SelectedFont.Height = -11
  62.       SelectedFont.Name = 'MS Sans Serif'
  63.       SelectedFont.Style = []
  64.       OnClick = FormShow
  65.       OnDblClick = btnAddClick
  66.       OnDragDrop = lbxAvailableDragDrop
  67.       OnDragOver = lbxAvailableDragOver
  68.       OnEnter = lbxAvailableEnter
  69.       OnExit = FormShow
  70.       OnMouseDown = lbxAvailableMouseDown
  71.       TabOrder = 0
  72.     end
  73.     object lbxVisible: TElListBox
  74.       Left = 250
  75.       Top = 24
  76.       Width = 151
  77.       Height = 172
  78.       AllowGrayed = False
  79.       ItemHeight = 13
  80.       ItemIndex = -1
  81.       TopIndex = 0
  82.       ActiveBorderType = fbtFlat
  83.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  84.       Flat = True
  85.       HorizontalScroll = False
  86.       LineBorderActiveColor = clBlack
  87.       LineBorderInactiveColor = clBlack
  88.       SelectedFont.Charset = DEFAULT_CHARSET
  89.       SelectedFont.Color = clHighlightText
  90.       SelectedFont.Height = -11
  91.       SelectedFont.Name = 'MS Sans Serif'
  92.       SelectedFont.Style = []
  93.       OnClick = FormShow
  94.       OnDblClick = btnDeleteClick
  95.       OnDragDrop = lbxVisibleDragDrop
  96.       OnDragOver = lbxVisibleDragOver
  97.       OnEnter = lbxVisibleEnter
  98.       OnExit = FormShow
  99.       OnMouseDown = lbxVisibleMouseDown
  100.       TabOrder = 1
  101.     end
  102.     object btnAdd: TElPopupButton
  103.       Left = 166
  104.       Top = 82
  105.       Width = 75
  106.       Height = 23
  107.       ImageIndex = 0
  108.       DrawDefaultFrame = False
  109.       NumGlyphs = 1
  110.       ShowFocus = False
  111.       Caption = '&Add ->'
  112.       TabStop = False
  113.       TabOrder = 2
  114.       Color = clBtnFace
  115.       ParentColor = False
  116.       OnClick = btnAddClick
  117.       DockOrientation = doNoOrient
  118.       DoubleBuffered = False
  119.     end
  120.     object btnDelete: TElPopupButton
  121.       Left = 166
  122.       Top = 111
  123.       Width = 75
  124.       Height = 23
  125.       ImageIndex = 0
  126.       DrawDefaultFrame = False
  127.       NumGlyphs = 1
  128.       ShowFocus = False
  129.       Caption = '<- &Remove'
  130.       Enabled = False
  131.       TabStop = False
  132.       TabOrder = 3
  133.       Color = clBtnFace
  134.       ParentColor = False
  135.       OnClick = btnDeleteClick
  136.       DockOrientation = doNoOrient
  137.       DoubleBuffered = False
  138.     end
  139.     object btnUp: TElPopupButton
  140.       Left = 411
  141.       Top = 114
  142.       Width = 75
  143.       Height = 23
  144.       ImageIndex = 0
  145.       DrawDefaultFrame = False
  146.       NumGlyphs = 1
  147.       ShowFocus = False
  148.       Caption = 'Move &Up'
  149.       Enabled = False
  150.       TabStop = False
  151.       TabOrder = 4
  152.       Color = clBtnFace
  153.       ParentColor = False
  154.       OnClick = btnUpClick
  155.       DockOrientation = doNoOrient
  156.       DoubleBuffered = False
  157.     end
  158.     object btnDown: TElPopupButton
  159.       Left = 411
  160.       Top = 143
  161.       Width = 75
  162.       Height = 23
  163.       ImageIndex = 0
  164.       DrawDefaultFrame = False
  165.       NumGlyphs = 1
  166.       ShowFocus = False
  167.       Caption = 'Move &Down'
  168.       Enabled = False
  169.       TabStop = False
  170.       TabOrder = 5
  171.       Color = clBtnFace
  172.       ParentColor = False
  173.       OnClick = btnDownClick
  174.       DockOrientation = doNoOrient
  175.       DoubleBuffered = False
  176.     end
  177.     object btnOk: TElPopupButton
  178.       Left = 411
  179.       Top = 9
  180.       Width = 75
  181.       Height = 23
  182.       ImageIndex = 0
  183.       DrawDefaultFrame = False
  184.       Default = True
  185.       ModalResult = 1
  186.       NumGlyphs = 1
  187.       ShowFocus = False
  188.       Caption = 'OK'
  189.       TabOrder = 6
  190.       Color = clBtnFace
  191.       ParentColor = False
  192.       DockOrientation = doNoOrient
  193.       DoubleBuffered = False
  194.     end
  195.     object btnCancel: TElPopupButton
  196.       Left = 411
  197.       Top = 38
  198.       Width = 75
  199.       Height = 23
  200.       ImageIndex = 0
  201.       DrawDefaultFrame = False
  202.       Cancel = True
  203.       ModalResult = 2
  204.       NumGlyphs = 1
  205.       ShowFocus = False
  206.       Caption = 'Cancel'
  207.       TabOrder = 7
  208.       Color = clBtnFace
  209.       ParentColor = False
  210.       DockOrientation = doNoOrient
  211.       DoubleBuffered = False
  212.     end
  213.   end
  214. end
  215.